home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shore_siege.swf / scripts / DefineSprite_456 / frame_1 / PlaceObject2_121_Coin_275 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2011-08-19  |  186b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(_xscale > 120)
  3.    {
  4.       _xscale = _xscale / 1.1;
  5.       _yscale = _xscale;
  6.    }
  7.    else
  8.    {
  9.       _xscale = 120;
  10.       _yscale = 120;
  11.    }
  12. }
  13.